RequestDatabaseRequest
data class RequestDatabaseRequest(securityOrigin: String, databaseName: String)
Content copied to clipboard
Represents request frame that can be used with IndexedDB#requestDatabase operation call.
Requests database with given name in given frame.